@extends('admin.layouts.main-layout') @section('content')
| # | Customer Name | Mobile No. | Password. | Amount | Status | Action |
|---|---|---|---|---|---|---|
| {{ $sort*($page-1)+($key+1) }} | {{$list->name}} | {{$list->mobile_number}} | {{$list->password}} | {{isset($list->paymentHistory) ? $list->paymentHistory->remain_amount : ''}} | ||
| Record not found | ||||||