@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
@include('commons.notifications')

USSD Clients

@if ($client_arr->isEmpty()) @else @foreach ($client_arr as $row) client_info == false) { continue; } ?> @endforeach @endif
Name Email Account Manager Amount Paid Payment Type Remarks Last Modified By Date Added Action Bulk Actions ( )
No Records found
{{ $row->client_info->name }} {{ $row->client_info->email }} {{ $account_managers[$row->client_info->auth_user_id] }} {{ number_format($row->amount_paid) }} {{ $row->payment_type or 'N/A' }} {{ $row->remarks or 'N/A' }} {{ $account_managers[$row->last_modified_by_id] }} {{ $row->created_at }}
{{ $client_arr->links() }}
Page : {{ $client_arr->currentPage() }} of {{ $client_arr->lastPage() }} | Total Records : {{ $client_arr->total() }}
@endsection