@extends('layouts.admin') @section('title', ($webinar->exists ? 'Edit webinar' : 'New webinar').' — '.config('app.name')) @section('page_title', $webinar->exists ? 'Edit webinar #'.$webinar->id : 'New webinar') @section('breadcrumbs') @endsection @section('content')
@csrf @if ($webinar->exists) @method('PUT') @endif
is_configured ?? true))>
@endsection