@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
Events
| Sl. No. | Image | Title | From Date | To Date | Description | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if(!empty($event->image))
@endif
|
{{ $event->title }} | {{ date("F d, Y", strtotime($event->from_date)) }} | {{ date("F d, Y", strtotime($event->to_date)) }} | {!! Str::limit(strip_tags($event->description), 50) !!} | @if ($event->status == '1') Active @else Not Active @endif | {{-- --}} |
@endif