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

{{$head ?? '' }}

@if($video ?? '' && $video->id ?? '') @method('PUT') @endif @CSRF {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@foreach($languages as $language)
@endforeach {{--Start video type--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- type ?? '') == 1 ? 'checked' : 'checked'}} id="external" type="radio" class="custom-control-input external" name="type" value='1'/>--}} {{-- --}} {{--
--}} {{--
--}} {{-- type ?? '') == 2 ? 'checked' : ''}} id="local" type="radio" class="custom-control-input local" name="type" value='2'/>--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--End video type--}} {{--Start video url--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--End video url--}} {{--Start video container--}}
video ?? "")}}"/>
{{__('dashboard.choose')}}
{{--End video container--}} {{--Start video_image container--}}
video_image ?? "")}}"/>
{{__('dashboard.choose')}}
{{--End video_image container--}} {{--Start image container--}} @if (preg_match('/https:\/\/img\.youtube\.com/', $video->image ?? '', $match) )
@endif
image ?? "")}}"/>
{{__('dashboard.choose')}}
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection