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

Photo Gallery Edit

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