@extends('layouts.main_dashboard.app') @section('title', $lesson->title) @section('page_heading', $lesson->title) @section('breadcrumb') @endsection @section('actions') {{ __('dashboard.Edit') }} {{ __('dashboard.Back') }} @endsection @section('content')
@if($lesson->image)
{{ $lesson->title }}
@endif
{{ $lesson->title }}
{{ $lesson->subjectUnit->name ?? __('dashboard.Not Assigned') }}
@if($lesson->description)
{{ $lesson->description }}
@endif
@endsection