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

{{ __('dashboard.Add New Lesson') }}

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