@extends('admin.layouts.master') @section('title','All Flashdeals') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Flashdeals') }} @endslot @slot('menu1') {{ __('Flashdeals') }} @endslot @slot('button')
@can('flash-deals.create') {{__("Add new flash sale")}} @endcan
@endslot @endcomponent

{{__("All flashdeals")}}

# {{__("Deal title")}} {{__("Start date")}} {{__("End date")}} {{__("Banner")}} {{__("Action")}}
@endsection @section('script') @endsection