@extends('layouts.business') @section('title', 'Booking History') @section('breadcrumb_title', 'Vehicle Bookings') @section('breadcrumb_title_route', route('business.vehicle_bookings.index')) @section('breadcrumb_sub_title', 'History') @section('page_title', 'Booking Status & Payment History') @section('content')
| Status | Changed By | Date |
|---|---|---|
| {{ $logStatusLabel }} |
{{ $log->creator->name ?? 'System' }}{{ $log->creator->email ?? '-' }} |
{{ $log->created_at->format('M d, Y') }} |
No booking status history found.
| Payment Status | Changed By | Date |
|---|---|---|
| @if($log->payment_status == 1) Paid @else Non Paid @endif |
{{ $log->creator->name ?? 'System' }}{{ $log->creator->email ?? '-' }} |
{{ $log->created_at->format('M d, Y') }} |
No payment status history found.