@extends('admin/layouts.master') @section('title', 'Create Course - Admin') @section('body') @if ($errors->any())
@endif

{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Course') }}

{{ csrf_field() }}






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

  • -

    size: 250x150

    - Please enter duration in month


    @endsection @section('scripts') @endsection