@extends('layouts.admin') @section('title', 'User Details - ' . $user->name) @section('content')
{{ $user->email }}
{{ ucfirst($user->role) }} @if($user->email_verified_at)Total Businesses
Account Type
| Business Name | Type | Category | Phone | Actions | |
|---|---|---|---|---|---|
|
{{ $business->name }}
@if($business->website)
{{ $business->website }} @endif |
{{ ucfirst($business->type) }} | {{ $business->getBizspotCategoryPath() ?? 'N/A' }} | {{ $business->email }} | {{ $business->phone }} |
This user hasn't registered any businesses yet.
@if($user->role === 'seller') Add Business @endif