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