@extends('layouts.sidebar') @section('title', 'Nomadic-Guest List') @section('content')
| Date & Time | Invitation Type | Guest Name | Status | |
|---|---|---|---|---|
| {{$dt->invitation_date}} {{$dt->invitation_time}} | {{ucfirst($dt->invitation_type)}} | {{ucfirst($dt->fname)}} {{ucfirst($dt->lname)}} | @if($dt->status==0) Invited @elseif($dt->status==1) Check In @elseif($dt->status==2) Cancelled @elseif($dt->status==3) @if(empty($dt->comp)) Free @else Paid @endif@endif | |
| No record found | ||||
|
{!! $data->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
|
||||
No event found.
@endif