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

{!! $cashOutbound->id !!}

{!! Form::label('user_shift_id', 'User Shift Id:') !!}

{!! $cashOutbound->user_shift_id !!}

{!! Form::label('description', 'Description:') !!}

{!! $cashOutbound->description !!}

{!! Form::label('amount', 'Amount:') !!}

{!! $cashOutbound->amount !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $cashOutbound->created_at !!}

{!! Form::label('car_id', 'Car Id:') !!}

{!! $cashOutbound->car_id !!}