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

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

@endsection @section('content')

{{trans('labels.content')}} {{__('labels.lecture')}} : ({{$data->title}})

@if($data->sections->count() > 0)
@csrf
@foreach($data->sections as $sectionKey => $section)