@extends('layouts.admin') @section('title', 'Store Details - ' . $store->store_name) @section('content')
| Business Name: | {{ $store->store_name }} |
| Brand Name: | {{ $store->brand_name ?: 'N/A' }} |
| Unit Number: | {{ $store->unit_number }} |
| Floor Number: | {{ $store->floor_number }} |
| Store Category: | {{ ucfirst(str_replace('_', ' ', $store->store_category)) }} |
| Business Type: | {{ ucfirst($store->business_type) }} |
| Contact Name: | {{ $store->primary_contact_name }} |
| Phone: | {{ $store->primary_contact_phone }} |
| Email: | {{ $store->primary_contact_email }} |
| WhatsApp: | {{ $store->whatsapp_number ?: 'N/A' }} |
| Website: | @if($store->website_url) {{ $store->website_url }} @else N/A @endif |
{{ $store->store_description }}
No images uploaded yet
{{ $store->store_number }}
{{ $store->application_date->format('M d, Y') }}
{{ $store->approved_at->format('M d, Y') }}
{{ $store->opening_date->format('M d, Y') }}