@extends('{{layout}}') @section('title','Update {{modelTitle}}') @section('header')

Home - {{modelTitle}} Management

@endsection @section('content')
{{__('Update')}} {{modelTitle}}
{{ method_field('PATCH') }} @csrf @include('{{modelViewFolder}}.{{modelView}}.form')
@endsection @section('script') @endsection