@extends('layout.pub_layout') @section('title', 'vendor-dashboard') @section('body') @section('header', 'Edit Video Gallery') @section('badge') @endsection

Video Gallery Edit

{{ csrf_field() }}
@if (!empty($storeDetailsById->image))
{{-- --}} {{--
--}}
@endif
@error('image') {{ $message }} @enderror
@endsection