@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Text Color | Background Color | Status | Action | @if (count($eventHalls) > 0) @php $i = $eventHalls->perPage() * ($eventHalls->currentPage() - 1) + 1; @endphp @foreach ($eventHalls as $eventHall)||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $eventHall->name ?? '' }} |
{{ $eventHall->text_color }}
|
{{ $eventHall->bg_color }}
|
||||||
| No Data Found | |||||||||