@extends('layouts.app') @section('title', 'Container Tracking') @section('breadcrumbs') @endsection @section('content')
Track container movements and location history
{{ $m->location ?? 'N/A' }}
{{ $m->event ?? '' }}
{{ optional($m->timestamp)->format('d M Y H:i') ?? '' }}