@extends('admin.layouts.master') @section('title','Create a new course') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@endif
{{ __('Add Course') }}
{{ csrf_field() }}

{{ __("If in list primary category is also present then it will auto remove from this after create product.") }}
@php $ref_policy = App\RefundPolicy::all(); @endphp
@if(Auth::User()->role == "admin")
@endif @if(Auth::User()->role == "instructor")
@endif




({{ __('Select those countries where you want to block course.')}} )
@if(Auth::User()->role == "admin")
@endif



{{-- --}} {{-- --}}
{{-- --}}
@if(Auth::User()->role == "admin") {{-- --}} @endif
@if(Auth::User()->role == "admin") {{-- --}} @endif

{{ __('If enabled duration can be in months') }}, {{ __('when Disabled duration can be in days') }}.

@if(Auth::user()->role == 'instructor')
{{ __('Upload') }}
@endif @if(Auth::user()->role == 'admin')

{{ __('Browse') }}
@endif
@if(Auth::User()->role == "admin")
@endif




@endsection @section('script') @endsection