@extends('backend.admin-master') @section('site-title') {{__('New Course')}} @endsection @section('style') @endsection @section('content')

{{__('Add New Course')}}

{{__('All Courses')}}
@csrf
@foreach($all_languages as $lang)
@endforeach
{{__('enter 0 to make it free')}}
{{__('it will goes to your enter url when anyone click into enroll button')}}
@foreach($all_languages as $lang)
@endforeach
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.repeater.course-script') @include('backend.partials.media-upload.media-js') @include('backend.partials.icon-field.js') @endsection