Images Uploard

@if ($errors->has('feature_img'))

{{ $errors->first('feature_img') }}

@endif
@if ($errors->has('gallery_image'))

{{ $errors->first('gallery_image') }}

@endif

Fetured Image

{{$product->title}}

Gallery Images

@foreach($product->images as $img)
{{$product->title}}
@endforeach

Other Status






@if ($errors->has('meta_title'))

{{ $errors->first('meta_title') }}

@endif
@if ($errors->has('meta_description'))

{{ $errors->first('meta_description') }}

@endif
@if ($errors->has('meta_keyword'))

{{ $errors->first('meta_keyword') }}

@endif