@if(session('success')) @endif
Gestion des Comptes
Effacer
@if(auth()->user()->canManage()) Nouveau compte @endif
@if(auth()->user()->canManage()) @endif @forelse($accounts as $account) @if(auth()->user()->canManage()) @endif @empty @endforelse
Compte Nom RIB Solde StatutActions
{{ $account->name }} @if($account->description) {{ $account->description }} @endif
{{ $account->bank_name ?: 'N/A' }} {{ $account->account_number ?: 'N/A' }} {{ \App\Models\Setting::format($account->balance) }} @if($account->is_active) Actif @else Inactif @endif
@csrf @method('DELETE')
Aucun compte trouvé.
{{ $accounts->links() }}
@include('partials.form-submit-script')