@extends('layouts.app') @section('title', 'Guest Report') @section('page-title', 'Guest Report') @section('content')
| Date Added | Name | Phone | Status | Stays | |
|---|---|---|---|---|---|
| {{ $g->created_at->format('d M Y') }} | {{ $g->first_name }} {{ $g->last_name }} | {{ $g->email ?? '-' }} | {{ $g->phone ?? '-' }} | {{ ucfirst($g->status) }} | {{ $g->bookings->count() }} |