@extends('layouts.app') @section('content')
| # | {{ __('Plan Name') }} | {{ __('Payable Amount') }} | {{ __('Discount') }} | {{ __('Sustain Days') }} | {{ __('Deleted At') }} |
|---|---|---|---|---|---|
| {{ $plan->id }} | {{ $plan->name }} | {{ currencyFormat($plan->payable_amount) }} | {{ currencyFormat($plan->discount_amount) }} | {{ $plan->sustain_days }} | {{ $plan->deleted_at }} |
| {{ __('No deleted plans found.') }} | |||||