@extends('layouts.admin') @section('content')
{{ now()->format('l, d F Y') }}
| Tenant | Unit | Date | Status | Action |
|---|---|---|---|---|
| {{ $booking->user->name }} | {{ $booking->unit->name }} | {{ $booking->created_at->format('d M Y') }} | {{ ucfirst($booking->status) }} | @if($booking->status == 'pending') @else — @endif |
| No bookings yet | ||||
{{ $activity->description }}
{{ $activity->user->name ?? 'System' }} · {{ $activity->created_at->diffForHumans() }}No recent activities
@endforelse