@extends('layouts.admin') @push('title', get_phrase('Create course')) @section('content')

{{ get_phrase('Add new Course') }}

@csrf
@endsection @push('js') @endpush