Customers List
Code | Name | Mobile | Country | Status | |||||
---|---|---|---|---|---|---|---|---|---|
No customers! | |||||||||
{{ $customer->code }} | {{ $customer->first_name.' '.$customer->last_name }} | {{ $customer->email }} | {{ $customer->mobile }} | {{ $customer->country }} | {!! $status !!} |
{{ $customers->appends(\Request::query())->links('vendor.pagination.custom-pagination') }}