@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Welcome to OceanGo Admin Dashboard
| Code | User | Class | Status | Date |
|---|---|---|---|---|
| {{ $booking->booking_code }} | {{ $booking->user->name }} | {{ ucfirst($booking->class) }} | {{ ucfirst($booking->status) }} | {{ $booking->created_at->format('d/m/Y') }} |
| No bookings yet | ||||
| Booking | Status | Location | Updated |
|---|---|---|---|
| {{ $progress->booking->booking_code }} | {{ ucfirst($progress->status) }} | {{ $progress->location ?? '-' }} | {{ $progress->updated_at_status->format('d/m/Y H:i') }} |
| No progress updates yet | |||