@foreach($DealList as $key => $deal) @endforeach
{{ __('common.sl') }} {{ __('common.title') }} {{ __('common.banner') }} {{ __('common.start_date') }} {{ __('common.end_date') }} {{ __('common.page') }} {{__('common.link')}} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $deal->title }} {{date('d-m-Y',strtotime($deal->start_date))}} {{date('d-m-Y',strtotime($deal->end_date))}} /flash-deal/{{$deal->slug}} @if (permissionCheck('marketing.flash-deals.edit') || permissionCheck('marketing.flash-deals.delete')) @else @endif