@extends('admin.layout') @section('title', 'Tableau de bord') @section('content')
{{ $company->name }}
{{ $company->contact_person }}
{{ number_format($company->monthly_amount, 0, ',', ' ') }} FCFA/mois
{{ $invoice->invoice_number ?? 'N/A' }}
{{ $invoice->company->name ?? 'N/A' }}
{{ number_format($invoice->amount_ttc ?? 0, 0, ',', ' ') }} FCFA