@extends('layouts.sidebar') @section('title', 'Nomadic-Manage Events') @section('content')
| Title | Address | Event Type | CreatedBy | UpdatedBy | Invite | Action |
| {{ucfirst($dt->event_title)}} | {{$dt->address}} | {{ucfirst($dt->event_type)}} | @if($dt->createdBy) {{$dt->createdBy->fname}} {{$dt->createdBy->lname}} @endif | @if($dt->updatedBy) {{$dt->updatedBy->fname}} {{$dt->updatedBy->lname}} @endif | Invite Guest | |
| No record found | ||||||
|
{!! $data->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
|
||||||