| Actions | |||||
|---|---|---|---|---|---|
|
@if(auth()->user()->hasPermission('accounting-view'))
{{ $account->id }}
@else
{{ $account->id }}
@endif
|
{{ $account->name }}
|
{{ $account->class }} | @if($account->type === 'revenue') Produit @elseif($account->type === 'expense') Charge @elseif($account->type === 'asset') Actif @else {{ ucfirst($account->type) }} @endif | @if($account->is_active) Actif @else Inactif @endif | |
| Aucun compte trouvé. | |||||