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

Edit Aspek

@include('stisla-templates::common.errors')
{!! Form::model($aspect, ['route' => ['aspects.update', $aspect->id], 'method' => 'patch']) !!}
@include('aspects.fields')
{!! Form::close() !!}
@endsection