@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Start Date | End Date | Venue | Reg. Fee | Max. No. of Participants | No. of Registered Participants | Status | Action | @if (count($eventFormWorkshops) > 0) @php $i = $eventFormWorkshops->perPage() * ($eventFormWorkshops->currentPage() - 1) + 1; @endphp @foreach ($eventFormWorkshops as $workshop)
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $workshop->name ?? '' }} | {{ $workshop->start_date ? date('d-m-Y', strtotime($workshop->start_date)) : '' }} | {{ $workshop->end_date ? date('d-m-Y', strtotime($workshop->end_date)) : '' }} | {{ $workshop->venue ?? '' }} | {{ $workshop->registration_fee ?? '' }} | {{ $workshop->registration_limit ?? '' }} | {{ $workshop->no_of_registration ?? '' }} | ||
| No Data Found | |||||||||