@extends('layout') @inject('carbon', 'Carbon\Carbon') @section('content')

Réservation et séjour

Online check-in system

@include('shared.navbar')
@foreach($onlineCheckinSystem as $key => $item) @endforeach
Date de création Code Réservation Logement Nom Email téléphone checkin checkout Vol Morif
{{ $carbon::create($item['created_at'])->format('d/m/Y') }} {{ $item->code_res }} {{ $item->name }} {{ $item->getClient()->f_name ?? $item->f_name }} {{ $item->getClient()->l_name ?? $item->l_name }} {{ $item->getClient()->mail ?? $item->email }} {{ $item->getClient()->prefix_phone ?? "" }} {{ $item->getClient()->tel ?? $item->phone }} {{ $item->date_checkin }} {{ $item->date_checkout }} {{ $item->vol_number }} {{ $item->motif }}
@endsection