@extends('admin.layouts.main-layout') @section('content')
| # | User Name | User Mobile | Total Amount | Debit Amount | Remain Amount |
|---|---|---|---|---|---|
| {{ $sort*($page-1)+($key+1) }} | {{$list->username->name}} | {{$list->username->mobile_number}} | {{isset($list->paymenthistory['total_amount']) ? $list->paymenthistory['total_amount'] : ''}} | {{isset($list->paymenthistory['debit_total_amount']) ? $list->paymenthistory['debit_total_amount'] : ''}} | {{isset($list->paymenthistory['remain_amount']) ? $list->paymenthistory['remain_amount'] : ''}} |
| Record not found | |||||