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

shopping_cart Gérer vos ventes en ligne

{!! Html::link(action('\Plugins\Vente\Controller\VenteController@admin'), 'Retour', array("class" => "btn btn-sm bg-orange waves-effect m-l-15 pull-right")) !!} {!! Html::link(action('\Plugins\Vente\Controller\VenteController@export_clients'), "Exporter les clients en csv", array("class" => "btn btn-sm bg-teal waves-effect m-l-15 pull-right")) !!}

Liste des utilisateurs inscrits

@if(sizeof($clients) > 0) @foreach($clients as $client) @endforeach @else
Vous n'avez pas d'utilisateurs inscrits ...
@endif
ID Nom Prénom Adresse Téléphone Actions
,
@stop