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

Totruckouts Edit

Edit Totruckout


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