{{ $list->change_date ? dateFormat($list->change_date, 'd-m-Y') : '-'}} |
{{ $list->arrival ? dateFormat($list->arrival, 'd-m-Y') : '-'}} |
{{ $list->depart ? dateFormat($list->depart, 'd-m-Y') : '-' }} |
{{ $list->change_date ? dateFormat($list->change_date, 'H:i') : '-'}} |
{{ $list->from_rmno }} |
{{ $list->to_rmno }} |
{{ $list->reason }} |
{{ $list->guestname_address }} |
{{ $list->reservation_name }} |
{{ @$list->user->username ?? "" }} |
@endforeach
@else