@extends('admin.layouts.master') @section('title','All Flashdeals') @section('maincontent') @include('admin.layouts.topbar',$data)

{{__("All flashdeals")}}

@can('flash-deals.create') {{__("Add new flash sale")}} @endcan
# {{__("Deal title")}} {{__("Start date")}} {{__("End date")}} {{__("Banner")}} {{__("Action")}}
@endsection @section('script') @endsection