@extends('default.master') @section('title', 'Clients') @section('main') @include('default.navbar')
@csrf @if(session()->exists('keyword-client')) @else @endif
exists('keyword-client')) value="{{ session('keyword-client') }}" disabled @endif placeholder="nom du client" required/> @if(session()->exists('keyword-client')) @else @endif
{{ $clients->links() }}
@forelse($clients as $client)
{{ $client->name }}

{{ ucfirst($client->address) }}

@csrf
@empty
Aucun client

aucun client en bdd

@endforelse
@include('default.action-menu') @endsection