@extends('admin.layouts.master-soyuz') @section('title','Create Flashdeal | ') @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Flashdeals') }} @endslot @slot('menu1') {{ __('Flashdeals') }} @endslot @slot('button')
{{__("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif

{{__("Create new flash deal")}}

@csrf
Upload

Select Products

Product Discount Discount type #
%
@endsection @section('custom-script') @endsection