@extends('layouts.admin') @section('title', 'Businesses') @section('content')
Manage and monitor all registered businesses
Total Businesses
Malls
Markets
Supermarkets
| BUSINESS | TYPE | OWNER | CONTACT | CREATED | ACTIONS |
|---|---|---|---|---|---|
|
@if($business->logo)
{{ $business->name }}
{{ Str::limit($business->address, 30) }}
|
{{ ucfirst($business->type) }} |
{{ $business->user->name ?? 'N/A' }}
{{ $business->user->email ?? 'N/A' }}
|
{{ $business->phone }}
{{ $business->email }}
|
{{ $business->created_at->format('M d, Y') }} |
|
@if(request()->hasAny(['search', 'type'])) No businesses match your current filters. @else No businesses have been registered yet. @endif
@if(request()->hasAny(['search', 'type'])) Clear Filters @endif Add First Business