@extends('admin.layouts.app') @push('styles') @include('datatable.css.data_table_css') @endpush @section('container')
| Date | Amount | Note | Action |
|---|---|---|---|
| {{ date('Y-m-d',strtotime($item->date)) }} | {{ number_format($item->amount,2) }} | {{ $loan->notes??'Increment Amount' }} | {{-- Voucher --}} |
{!! $payments->render() !!}
--}}