@extends('layouts.base') @section('title', 'Tempahan') @section('content')

Jejak Tempahan

No. Tempahan: #{{ $booking->id }}

@php $statusFailed = ['Tolak', 'Belum Bayar', 'Pembayaran Tidak Selesai', 'Pembayaran Gagal']; $statusColor = in_array($booking->status, $statusFailed) ? 'red' : 'green'; @endphp

{{ $booking->status }}

{{ $booking->date->format('l, F j, Y') }}

MyTukang.


Berikut ialah butiran aliran kerja untuk tempahan anda...

@foreach($filteredWorkflow as $step)
{{ $step['title'] }}

{!! $step['description'] !!} @if(isset($step['link']) && isset($step['link_text']))
{{ $step['link_text'] }} @endif

@endforeach
@endsection