@extends('layouts.app') @section('title') Buat Aspek @endsection @section('content')

Buat Aspek

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'aspects.store']) !!}
@include('aspects.fields')
{!! Form::close() !!}
@endsection