@extends('layouts.admin.app') @section('title', __('trans.lecture.title')) @section('content')
{{ __('trans.lecture.title') }} @yield('title')
@csrf
@if (!empty($existedUnit))
@elseif (!empty($categories))
@endif
@endsection @section('css') @endsection @section('js') @endsection