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

{{__("All flashdeals")}}

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