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

Edit Level

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