@extends('layouts.main_dashboard.app') @section('styles') @endsection @section('title', __('dashboard.All Lessons for :subject', ['subject' => $subject->name]) @section('page_heading', __('dashboard.All Lessons for :subject', ['subject' => $subject->name])) @section('breadcrumb')
| {{ __('dashboard.Title') }} | {{ __('dashboard.Unit') }} | {{ __('dashboard.Description') }} | {{ __('dashboard.Actions') }} |
|---|---|---|---|
|
{{ $lesson->title }}
|
{{ $lesson->subjectUnit->name ?? __('dashboard.Not Assigned') }} | {{ \Illuminate\Support\Str::limit($lesson->description, 50, '...') }} | {{ __('dashboard.Actions') }} |