@extends('backend.layout') @section('backend_content')
| Shop | Brand Color | Creator | Staff Count | Action |
|---|---|---|---|---|
|
@if ($shop->logo)
{{ $shop->name }}
{{ $shop->contact['phone'] ?? 'No contact' }}
|
|
{{ $shop->creator->name }} | @php $staffCount = $shop->users->count(); if ($shop->creator && !$shop->users->contains('id', $shop->creator->id)) { $staffCount++; } @endphp{{ $staffCount }} Staff | |
|
No shops found. Please create a shop.
|
||||