@extends('admin.layouts.container') @section('css') @endsection @section('content')

{{$head ?? '' }}

@if($lecture ?? '' && $lecture->id) @method('PUT') @endif @csrf
@foreach(languages() as $language)
@endforeach
@endsection @section('inner_js') @endsection