@extends('layouts.admin.app') @section('title', __('trans.chapter.add_new')) @section('content')
{{ __('trans.chapter.title') }} @yield('title')
@csrf
@if (!empty($course) && !empty($course->category))
@elseif (!empty($categories))
@endif
@endsection @section('css') @endsection @section('js') @endsection