@extends('layout.app') @section('title', 'Pending Target') @section('pagetitle', 'Pending Target Savings') @section('content')
| Sn | Code | Name | Account No | Target Amount | Save Amount | Target Name | Frequency | Start Date | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $item->code }} | @if($custId) {{ $custName }} @else {{ $custName }} @endif | @if($custId) {{ $item->account_number }} @else {{ $item->account_number }} @endif | {{ number_format((float) $item->target_amount, 2) }} | {{ number_format((float) $item->auto_save_amount, 2) }} | {{ $item->savings_plan_name }} | {{ ucfirst((string) $item->frequency) }} | {{ $item->auto_save_start_date ? \Carbon\Carbon::parse($item->auto_save_start_date)->format('d-m-Y') : '—' }} | {{ $label }} | |
| No target savings found. | ||||||||||