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