@extends('layouts.app2') @section('content')
{{ Session::get('flash_message') }}
Date | User | Activity | Customer | Shipper/Consignee/Notify | Remarks | |
---|---|---|---|---|---|---|
{{ Helper::convert_to_ddmmyyhis($item->created_at) }} | {{ ucwords($item->user->name) }} | {{ $item->activity }} | {{ ($item->customer) ? ucwords($item->customer->name) : '' }} | {{ ($item->shipper) ? ucwords($item->shipper->name) : '' }} | {{ $item->remarks }} |