@extends('vehicles.profile.includes.main') @section('navigation') @stop @section('profile')
@foreach($truck_histories as $truck_history) @endforeach
Created At Created By Action Ref# Trailer Remark LO# LOI#
{{ \Carbon\Carbon::parse($truck_history->created_at)->format('jS \o\f F, Y g:i:s a')}} {{ $truck_history->created_by}} {{ $truck_history->action}} {{ $truck_history->reference_id}} {{ $truck_history->trailer}} {{ $truck_history->remarks}} {{ $truck_history->loading_order_id}} {{ $truck_history->loading_order_item_id}}
@stop