List Workshops
@if(Session::has('message'))
{{session('message')}}
@endif
| # | Title | Type | City | Venue | Participants | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->ttle ?? '' }} | {{ $item->typename->name ?? '' }} | {{ $item->city ?? '' }} | {{ $item->venue ?? '' }} | {{ $item->particiants ?? '' }} | {{ \Carbon\Carbon::parse($item->start_date)->format('j M Y') }} - {{ \Carbon\Carbon::parse($item->end_date)->format('j M Y') }} | Participants Facilitators |