{{-- resources/views/guests/companies/show.blade.php --}} @extends('layouts.app') @section('title', $company->name) @section('page_title', $company->name) @section('page_subtitle', 'Corporate account') @section('content')
No reservations yet
| Reference | Guest | Check In | Check Out | Status |
|---|---|---|---|---|
| {{ $res->reference }} | {{ $res->guest?->first_name }} {{ $res->guest?->last_name }} | {{ $res->check_in_date->format('d M Y') }} | {{ $res->check_out_date->format('d M Y') }} | {{ str_replace('_', ' ', $res->status) }} |