@extends('layouts.admin') @section('page-title', trans('app.users')) @section('content')
@include('partials.messages')
Customers Summary
38,289 (+16.2%)
May 12, 12:30 am
38,289 (+16.2%)
May 12, 12:30 am
38,289 (+16.2%)
May 12, 12:30 am
38,289 (+16.2%)
May 12, 12:30 am
All Customers
{{--
{!! Form::select('status', $statuses, Input::get('status'), ['id' => 'status', 'class' => 'form-control']) !!}
@if (Input::has('search') && Input::get('search') != '') @endif
--}}
# @lang('app.company') @lang('app.full_name') @lang('app.email') @lang('app.phone') @lang('app.status') @lang('app.groups') @lang('app.created_at')
@stop @section('scripts') @stop