@extends('back/layouts.app')
@section('content')
@component('components.admin.page-header', [
'title' => __('actions.edit') . ' ' . $data->title,
'routes' => [
['header_route' => route('dashboard.lessons.index'), 'header_name' => __('domain.lessons')],
['header_name' => __('actions.edit')]
]
])
@endcomponent