@extends('layouts.admin', ['title' => 'تنظیم بازپرداخت اعتباری و اقساط']) @section('content')
| نوع | عنوان | تعداد ماه | پیش پرداخت | کارمزد | سهم مدیریت | بازه (تومان) | وضعیت | |
|---|---|---|---|---|---|---|---|---|
| {{ $item->type == 'credit' ? 'اعتباری' : 'اقساطی' }} | {{ $item->title }} | {{ $item->months }} | {{ $item->prepayment_percent }} | {{ $item->wage }} | {{ $item->extra_payment }} | {{ number_format($item->min_total_amount, 0, '', ',') . '-' . number_format($item->max_total_amount, 0, '', ',') }} | {{ $item->active ? 'فعال' : 'غیرفعال' }} | ویرایش حذف |