New Featured Deals
List Featured Deals

To arrange the order of deal, drag and drop on the deal in the order of the desired image.

@if(!empty($featured_deals))
@foreach ($featured_deals as $key => $featured_deal)
{{ $key + 1 }}
FeaturedDeal Image
{{ $featured_deal['deals']['deals_title'] }}
{!! date('d M Y H:i:s',strtotime($featured_deal['start_date']))."
-
".date('d M Y H:i:s',strtotime($featured_deal['end_date'])) !!}
@endforeach
{{ csrf_field() }}
@endif

Edit Featured Deal


{{ csrf_field() }}

Create Featured Deal


{{ csrf_field() }}