@extends('admin.layout') @section('content')
| ID | Title | Image | {{--Video | --}}District | Date | Time | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $ad->title }} |
@if ($ad->image)
|
{{-- @if ($ad->video) @else No Video @endif | --}}{{ $ad->district }} | Start: {{ \Carbon\Carbon::parse($ad->sdate)->format('d M Y') }} | End: {{ \Carbon\Carbon::parse($ad->edate)->format('d M Y') }} | {{ $ad->atime }} |