@extends('layouts.admin-progress', ['pageTitle' => 'Detail Progress - Admin']) @section('title', 'Detail Progress') @section('styles') @endsection @section('content')

Detail Progress Update

Edit Kembali

Informasi Update

Status
{{ ucfirst(str_replace('-', ' ', $progress->status)) }}
Lokasi
{{ $progress->location ?? '-' }}
Deskripsi
{{ $progress->description ?? '-' }}
Waktu Update
{{ $progress->updated_at->format('d M Y H:i') }}

Informasi Pemesanan

Kode Pemesanan
{{ $progress->booking->booking_code }}
Pelanggan
{{ $progress->booking->user->name }}
Rute
{{ $progress->booking->route_from }} → {{ $progress->booking->route_to }}
Lihat Pemesanan

Timeline

Dibuat
{{ $progress->created_at->format('d M Y H:i:s') }}
Diperbarui
{{ $progress->updated_at->format('d M Y H:i:s') }}
@endsection