@extends('admin.master') @section('content')
Manage all bank withdraw methods
| # | Logo | Name | Slug | Min Amount | Max Amount | Required Fields | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $methods->firstItem() + $key }} |
@if($method->logo)
|
{{ $method->name }} | {{ $method->slug }} | ৳{{ number_format($method->min_amount, 2) }} | ৳{{ number_format($method->max_amount ?? 0, 2) }} | @if(!empty($method->required_fields)) {{ implode(', ', $method->required_fields) }} @else — @endif | {{ $method->is_active ? 'Active' : 'Inactive' }} | |
| No bank method found. | ||||||||