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

{{ __('dashboard.Edit Lesson') }}

@csrf @method('PUT')
{{ __('dashboard.Cancel') }}
@endsection @section('scripts') @endsection