@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Flash Deals')}}

@can('add_flash_deal') @endcan
{{translate('Flash Deals')}}
# {{translate('Title')}} {{translate('Banner')}} {{translate('start date')}} {{translate('end date')}} {{translate('status')}} {{translate('featured')}} {{translate('slug')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} {!! $switch_script_featured !!} @endsection