@extends('admin.layouts.app') @section('contents')

All Withdraw Methods

@forelse ($withdrawMethods as $withdrawMethod) @empty @endforelse
No. Name Minimum Amount Maximum Amount Status
{{ $loop->iteration }} {{ $withdrawMethod->name }} {{ $withdrawMethod->minimum_amount }} {{ $withdrawMethod->maximum_amount }} @if($withdrawMethod->is_active == 1) Active @else Inactive @endif
No Methods Available
@endsection