@extends('backend.layout') @section('titre') Clients @if($action=='show') prospect @endif @endsection @section('content') @php $modele='users' @endphp @if (session('successMsg')) @endif @if (session('errorMsg')) @endif
Liste des clients @if($action=='show') prospect @endif
@if($action=='index') @endif @if($action=='index') @endif @foreach($users as $item) @if($action=='index') @endif @if($action=='index') @endif @endforeach
IDNom & prenom Email TéléphonePoint fidelité (point) Date de création Status Actions
{{ $item->id }}{{ $item->name }} {{ $item->email }} {{ $item->tel }} {{ $item->pointfidelite }} {{ $item->created_at }} @if($item->active==1) @else @endif
@csrf @method('DELETE') @if(count($item->orders)>0) @endif @if(count($item->orders)==0 && count($item->carts)==0) @endif
@endsection