@extends('layouts.main_dashboard.app') @section('styles') @endsection @section('title', __('dashboard.Add New Subject Unit for :subject', ['subject' => $subject->name]) @section('page_heading', __('dashboard.Add New Subject Unit for :subject', ['subject' => $subject->name])) @section('breadcrumb') @endsection @section('actions') {{ __('dashboard.Back to Subject Units') }} @endsection @section('content')

{{ __('dashboard.Add New Subject Unit') }}

@csrf
@endsection @section('scripts') @endsection