@include('admin.dashboard.components.breadcrumb') @php $url = $config['method'] == 'create' ? route('subject.store') : route('subject.update', $subject->id); $title = $config['method'] == 'create' ? 'Thêm mới môn học' : 'Chỉnh sửa môn học'; @endphp

{{ $title }}

Quay lại danh sách
@csrf
@include('admin.subject.subject.components.general')
@include('admin.subject.subject.components.aside')