@extends('admin.layouts.master') @section('title','Create Flash Deal | ') @section('maincontent') @include('admin.layouts.topbar',$data)
@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