@extends('../layout/' . $layout) @section('subhead') Customers @endsection @section('subcontent')

Customers

@if ($totalRecords > 0) PDF CSV @endif Add Customer Recharge Wallet
@csrf
@if (!$searchString) @else @endif
@if ($totalRecords > 0)
@php $no = 0; @endphp @foreach ($customers as $user) @endforeach
# PROFILE NAME CONTACT NO. EMAIL BIRTH DATE BIRTH TIME ACTIONS
{{ ($page - 1) * 15 + ++$no }}
Customer image
{{ $user->name ? $user->name : '--' }}
{{ $user->contactNo ? $user->contactNo : '--' }} {{ $user->email ? $user->email : '--' }} {{ date('d-m-Y', strtotime($user->birthDate)) ? date('d-m-Y', strtotime($user->birthDate)) : '--' }} {{ $user->birthTime ? $user->birthTime : '--' }}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

@endif {{-- Start Add Wallet Modal --}}