@extends('layouts.backend.app')
@section('content')
Tracking {{ $order->code }}
Progress: {{ $percent }}%
@foreach($timeline as $t)
- {{ $t->created_at->format('d M Y H:i') }} — {{ strtoupper($t->status) }} @if($t->note) ({{ $t->note }}) @endif
@endforeach
@endsection