@extends('backend.layout') @section('backend_content') @php $associatedStaff = $shop->users; if ($shop->creator && !$associatedStaff->contains('id', $shop->creator->id)) { $associatedStaff = $associatedStaff->push($shop->creator); } @endphp
{{ $shop->name }}
{{ $shop->contact['phone'] ?? 'Not provided' }}
{{ $shop->contact['email'] ?? 'Not provided' }}
{{ $shop->contact['address'] ?? 'Not provided' }}
No staff associated with this shop.
@endforelse