@extends('@@layout@@') @section('content')

Edit {{$model->id}}

@include('forms.@@table@@',[ 'route'=>route('@@table@@.update',$model->id), 'method'=>'PUT' ])
@endSection