@extends('admin.layouts.app') @section('panel')
@forelse($methods as $method) @empty @endforelse
Method Currency Type Charge Withdraw Limit Processing Delay Status Action
{{ $method->currency }} {{ ucfirst($method->type) }} {{ formatter_money($method->fixed_charge, $method->currency) }} + {{ formatter_money($method->percent_charge) }}% {{ formatter_money($method->min_limit, $method->currency) }} - {{ formatter_money($method->max_limit, $method->currency) }} {{ $method->delay }} @if($method->status == 1) active @else disabled @endif @if($method->status == 1) @else @endif
{{ $empty_message }}
{{-- ACTIVATE METHOD MODAL --}} {{-- DEACTIVATE METHOD MODAL --}} @endsection @push('breadcrumb-plugins') Add New @endpush @push('script') @endpush