@extends('backend.master') @section('title','Deposit Rules') @push('styles') @endpush @section('content')
| Range (BDT) | Type | Value | Active | Updated | Actions |
|---|---|---|---|---|---|
| {{ number_format($r->min_amount) }} – {{ $r->max_amount ? number_format($r->max_amount) : '∞' }} | {{ $r->calc_type }} | @if($r->calc_type === 'percent') {{ rtrim(rtrim(number_format($r->value, 2), '0'), '.') }}% @else ৳ {{ number_format($r->value) }} @endif | {{ $r->is_active ? 'Active' : 'Disabled' }} | {{ $r->updated_at->diffForHumans() }} | |
| No rules found. | |||||