@extends('backend.layouts.app') @section('content')

@if ($method == 'PUT') {{ TranslationManager::translate('Edit Video') }} @else {{ TranslationManager::translate('New Video') }} @endif

@csrf @if ($method == 'PUT') @method('put') @endif
@foreach ($languages as $language)
code == 'ar') dir="rtl" @else dir="ltr" @endif >
@endforeach
@if ($video->id && $video->type == 'video')
@endif
{{ TranslationManager::translate('Back To Section') }}
@endsection @push('scripts') @endpush