@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Title | Name | Contact | Designation | Action | @if (count($eventContactUs) > 0) @php $i = $eventContactUs->perPage() * ($eventContactUs->currentPage() - 1) + 1; @endphp @foreach ($eventContactUs as $contactUs)||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $contactUs->type->name ?? '' }} | {{ $contactUs->name ?? '' }} | {{ $contactUs->contact ?? '' }} | {{ $contactUs->email ?? '' }} | {{ $contactUs->designation ?? '' }} | ||||
| No Data Found | |||||||||