@extends('admin.layouts.master') @section('title','Create a new course') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Course') }} @endslot @slot('menu1') {{ __('Course') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Course') }}
{{ csrf_field() }}

@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 courses')}} )

@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('scripts') @endsection