@extends('admin.layouts.master-soyuz') @section('title',__('Create Flashdeal | ')) @section('body') @include('admin.layouts.topbar',$data)
@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