@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Type | Action | @if (count($eventFormCategories) > 0) @php $i = $eventFormCategories->perPage() * ($eventFormCategories->currentPage() - 1) + 1; @endphp @foreach ($eventFormCategories as $eventFormCategory)||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $eventFormCategory->name ?? '' }} | {{ $eventFormCategory->type == App\Enums\EventFormCategoryTypeEnum::CATEGORY ? 'Category' : 'Other' }} | |||||||
| No Data Found | |||||||||