@extends('admin.layout') @section('content')
Admin Panel
| S.NO. | Title | Dates | Featured | Status | Actions |
|---|---|---|---|---|---|
| {{ $exhibitions->firstItem() + $loop->index }} |
{{ $exhibition->title }} {{ $exhibition->venue }} |
@if($exhibition->event_date)
{{ \Carbon\Carbon::parse($exhibition->event_date)->format('d M Y') }}
@endif
@if($exhibition->end_date)
to {{ \Carbon\Carbon::parse($exhibition->end_date)->format('d M Y') }} @endif |
@if($exhibition->is_featured) Featured @else - @endif | {{ $status }} | Edit |
| No exclusives found. | |||||