@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Image | Date | Venue | Program Link | Direction Link | Text Color | Background Color | Status | Action | @if (count($eventWorkshops) > 0) @php $i = $eventWorkshops->perPage() * ($eventWorkshops->currentPage() - 1) + 1; @endphp @foreach ($eventWorkshops as $eventWorkshop)
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $eventWorkshop->name ?? '' }} |
@if ($eventWorkshop->media?->path)
|
{{ $eventWorkshop->workshop_date?->format('d-m-Y') }} | {{ $eventWorkshop->venue_name }} | @if ($eventWorkshop->program_link) View @endif | @if ($eventWorkshop->direction_link) Map @endif |
{{ $eventWorkshop->text_color }}
|
{{ $eventWorkshop->bg_color }}
|
||
| No Data Found | ||||||||||