@extends('layouts.admin') @section('title', 'Mall Management') @section('content')
| Mall Info | Type | Stores | Location | Actions |
|---|---|---|---|---|
|
{{ $mall->name }}
{{ $mall->getBizspotCategoryPath() ?? 'No Category' }}
|
{{ ucfirst($mall->mallDetail->mall_type ?? 'N/A') }} | {{ $mall->mallDetail->total_stores ?? 0 }} | {{ Str::limit($mall->address, 40) }} | View |