@extends('layouts.master') @section('title') @lang('translation.customers') @endsection @section('css') @endsection @section('content')
Customer List
{{-- --}} @foreach($customers as $customer) {{-- --}} @endforeach
CustomerPointBilling History
{{ $customer['MemberNo']}} - {{ $customer['AcCustomerName']}}
{{ $customer['MobileNo']}}
{{ $customer['MemberPointBalance']}}{{ $customer['MobileNo']}}
{{ $customer['BillingEmail']}}
0) style="display: none" @endif>
Sorry! No Result Found

We did not find any results for you search.

{{ $customers->links() }}
@endsection @section('script') {{-- --}} {{-- --}} {{-- --}} @endsection