@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.lecture')}}

@endsection @section('content')
@csrf @method('patch')
{{$data->title}}
@include('dashboard.pages.lectures.partials.edit-lecture-info')
@include('dashboard.pages.lectures.partials.content-component') @endsection @section('script') @endsection @section('script-bottom')