@extends('layouts.master') @section('content')

Clients / Liste clients

Liste clients
@foreach($clients as $client) @endforeach
Logo ICE Client Télèphone Status Actions
{{ $client->ice}} {{ $client->client}} {{ $client->phone}} Active
{!! $clients->links('pagination::bootstrap-4') !!}
@endsection