@extends('cfs/layouts/default') @section('title') Totrucks @parent @stop @section('content') @include('common.errors')

Totrucks Edit

Edit Totruck


{!! Form::model($totruck, ['route' => ['cfs.totrucks.update', collect($totruck)->first() ], 'method' => 'patch']) !!} @include('cfs.totrucks.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop