@extends('layouts.modern') @section('page-title', 'Business Details') @section('breadcrumb')
{{ $business->company_name }}
{{ $business->contact_name ?: 'Not specified' }}
{{ $business->contact_number ?: 'Not specified' }}
@if($business->is_active) Active @else Inactive @endif
{{ $business->company_address ?: 'Not specified' }}
{{ $business->city ?: 'Not specified' }}
{{ $business->state ?: 'Not specified' }}
{{ $business->country ?: 'Not specified' }}
{{ $business->id }}