Company Information
Company Details
ID: {{ $company->id }}
Currency: {{ $company->currency_code }}
Status:
@if($company->is_active)
Active
@else
Inactive
@endif
Created: {{ $company->created_at->format('M d, Y') }}