@extends('layouts.admin.app') @section('title', __('trans.course.add_new')) @section('content')
{{ __('trans.course.title') }} @yield('title')
@csrf
@if (!empty($categories))
@endif @if (!empty($existedCategory))
@endif
@if (!empty(old('img', '/admin/img/doctorito-logo.png'))) @endif
@endsection {{-- @section('js') @endsection --}}