@extends('layouts.admin') @section('title', 'Business Details') @section('content')
View complete business information
Business ID: #{{ $business->id }}
{{ ucfirst($business->type) }}
@if($business->getBizspotCategoryPath()) {{ $business->getBizspotCategoryPath() }} @else Not assigned @endif
@if($business->user) {{ $business->user->name }} @else No owner assigned @endif
Active
{{ $business->description ?? 'No description provided.' }}
{{ $business->address ?? 'No address provided.' }}
{{ $business->latitude }}
{{ $business->longitude }}