{!! Form::label('id', 'Id:') !!}

{!! $billedtruckout->id !!}


{!! Form::label('work_order', 'Work Order:') !!}

{!! $billedtruckout->work_order !!}


{!! Form::label('truckout', 'Truckout:') !!}

{!! $billedtruckout->truckout !!}