@extends('layout.app') @section ('content') {{--
Clients
{{$total}}
Ready
{{$actif}}
Loading
{{$reste}}
Tune
{{$caisse}}
@forelse($clients as $client)
{{$client->name}}
{{'Janvier'}}
{{$client->Jan}}
{{'Fevrier'}}
{{$client->Fev}}
{{'Mars'}}
{{$client->Mars}}
{{'Avril'}}
{{$client->Avril}}
{{'Mai'}}
{{$client->Mai}}
{{'Juin'}}
{{$client->Juin}}
{{'Juillet'}}
{{$client->Juil}}
{{'Aout'}}
{{$client->Aout}}
{{'Septembre'}}
{{$client->Sept}}
{{'Octobre'}}
{{$client->Oct}}
{{'Novembre'}}
{{$client->Nov}}
{{'Decembre'}}
{{$client->Dec}}

Status ? 'checked': ''}} >
@empty
Aucun client pour le moment

@endforelse
{{$clients->links()}} --}} @livewire('search',['yearId'=>$yearId]) @endsection {{--
Clients
{{$total}}
Ready
{{$actif}}
Loading
{{$reste}}
Tune
{{$caisse}}
@forelse($clients as $client)
{{$client->name}}
{{'Janvier'}}
{{$client->Jan}}
{{'Fevrier'}}
{{$client->Fev}}
{{'Mars'}}
{{$client->Mars}}
{{'Avril'}}
{{$client->Avril}}
{{'Mai'}}
{{$client->Mai}}
{{'Juin'}}
{{$client->Juin}}
{{'Juillet'}}
{{$client->Juil}}
{{'Aout'}}
{{$client->Aout}}
{{'Septembre'}}
{{$client->Sept}}
{{'Octobre'}}
{{$client->Oct}}
{{'Novembre'}}
{{$client->Nov}}
{{'Decembre'}}
{{$client->Dec}}

Status ? 'checked': ''}} >
@empty
Aucun client pour le moment

@endforelse
{{$clients->links()}}
--}}