@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

{{ __('Select Products') }}

@if(!old('product')) @else @foreach(old('product') as $key => $product) @endforeach @endif
{{ __('Product') }} {{ __('Discount') }} {{ __("Discount type") }} {{ __('#') }}
%
%
@endsection @section('custom-script') @endsection