@extends('layouts.admin') @section('title', 'Traditional Markets Management') @section('content')
| Market Name | Type | Location | Stalls | Occupancy | Revenue | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $market->name }}
{{ $market->getBizspotCategoryPath() ?? 'No Category' }}
|
{{ ucfirst($market->market_type) }} | {{ Str::limit($market->address, 40) }} |
{{ $totalStalls }}
total
|
|
@php $monthlyRevenue = $market->stalls ? $market->stalls->sum('monthly_rent') : 0; @endphp ${{ number_format($monthlyRevenue) }} /month | Active |
|