@php $edit = !empty($galleryVideo->id); @endphp @extends('layouts.admin.master') @section('title') {{ $edit ? 'Edit' : 'Create' }} Gallery Video @endsection @section('content')

{{ $edit ? 'Edit' : 'Create' }} Gallery Video

Back
@csrf @if ($edit) @method('PUT') @endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @if($edit && $galleryVideo->file_path)--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@endsection @push('js') @endpush