@extends('layouts.base') @section('title', 'Tempahan') @section('content')
No. Tempahan: #{{ $booking->id }}
@php $statusFailed = ['Tolak', 'Belum Bayar', 'Pembayaran Tidak Selesai', 'Pembayaran Gagal']; $statusColor = in_array($booking->status, $statusFailed) ? 'red' : 'green'; @endphp{{ $booking->date->format('l, F j, Y') }}
Berikut ialah butiran aliran kerja untuk tempahan anda...
{!! $step['description'] !!}
@if(isset($step['link']) && isset($step['link_text']))
{{ $step['link_text'] }}
@endif