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

Photo Gallery Details

@if (!empty($store->image))
{{-- no image --}}
@endif
@endsection