@extends('@@layout@@') @section('breadcrumb') @endsection @section('header')

Edit {{$model->@@tableTitle@@}}

@endSection @section('tools') @@createLink@@ @endsection @section('content')
@include('@@folder@@.@@partialFilename@@',[ 'route'=>route('@@updateRoute@@',$model->@@routeModelKey@@), 'method'=>'PUT' ])
@endSection