@extends('admin.layouts.master') @section('content')

Add New Webinar

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())

@endif

New Webinar

@csrf @if(isset($video['title'])) {{ method_field('PUT') }} @endif
@include('admin.components.mutisource-company-options', [ 'all_option' => false, 'source_company' => old('source_company', $video['source_company']) ])
@endsection @section('script') @endsection