@extends('layouts.backend.app') @section("content")
@foreach($clients as $key=> $client) @endforeach
# Nom Prenoms Contact Genre E-mail Naissance Nombre de commande Date enregistrement Action
{{ ++$key }} {{ $client->firstname}} {{ $client->lastname}} {{ $client->contact}} {{ ($client->gender=="H")? "Homme":"Femme"}} {{ $client->email}} {{ date("d/m/Y",strtotime($client->dob)) }} {{ $client->nb_quote}} {{ date("d/m/Y H:i:s",strtotime($client->created_at)) }} Détails
@endsection @section('header-script')