@extends('design_1.web.layouts.app', ['appFooter' => false]) @push('styles_top') @endpush @section('content')
{{ csrf_field() }}
{{-- Progress --}} @include('design_1.panel.webinars.create.includes.progress') {{-- Steps Inputs --}} @include("design_1.panel.webinars.create.steps.step_{$currentStep}")
{{-- Bottom Actions --}} @include('design_1.panel.webinars.create.includes.bottom_actions')
@endsection @push('scripts_bottom') @endpush