@extends('layouts.app') @section('title', 'Clients') @section('breadcrumb', 'Commercial / Clients') @section('content')
{{-- ======= MODAL IMPORT ======= --}} {{-- ======= /MODAL IMPORT ======= --}}
@forelse($clients as $c) @empty @endforelse
CodeNomGroupeTélRemiseSoldeStatutActions
{{ $c->code }} {{ $c->nom }} {{ $c->groupe?->label ?? '-' }} {{ $c->tel ?? '-' }} {{ $c->remise_accordee }}% {{ number_format($c->solde, 3, ',', ' ') }} {{ $c->actif ? 'Actif' : 'Inactif' }}
@csrf @method('DELETE')
Aucun client trouvé
@if($clients->hasPages())
{{ $clients->links() }}
@endif
{{-- /x-data clientImportData --}} @endsection @push('scripts') @endpush