@extends('mix::layouts.master') @section('title', __('New Course')) @section('footerJS') @stop @section('content') @section('back-button', route('sandy-blocks-course-mix-dashboard'))
{!! ori('School, Learning', 'laptop-book') !!}

{{ __('Course') }} {{ __('/ Create New') }}

@livewire('create-course-livewire', ['user' => $user]) @endsection