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

Totruck

Create New Totruck


{!! Form::open(['route' => 'cfs.totrucks.store']) !!} @include('cfs.totrucks.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop