@extends('admin.layouts.master') @section('title','Create Flashdeal | ') @section('maincontent') @component('components.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 Courses') }}

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