@extends('admin.layout') @section('title', 'Entreprises') @section('content')
{{ $company->name }}
{{ $company->is_active ? 'Actif' : 'Inactif' }}{{ $company->contact_person }} • {{ $company->phone }}
{{ $company->address }}
{{ number_format($company->monthly_amount, 0, ',', ' ') }} FCFA
{{ ucfirst($company->subscription_type) }}
{{ $company->subscriptions->count() }} abonnement(s)