@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
{{ __('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 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(true)
{{ __('Upload') }}
@endif @if(Auth::user()->role == 'admin5') -->

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




@endsection @section('scripts') // base_url: 'https://learn-academy.xyz/public/admin/admin/selectimage', @endsection