@extends('@@layout@@') @section('breadcrumb')
  • @@table@@
  • {{$model->id}}
  • Edit
  • @endsection @section('tools') @@table@@ @endsection @section('content')
    @include('forms.@@partialFilename@@',[ 'route'=>route('@@updateRoute@@',$model->id), 'method'=>'PUT' ])
    @endSection