@extends('admin.layouts.master') @section('content')

Add merchant Add cryptocurrency Add manual payment

@foreach($gateways as $gateway) @endforeach
Gateway Min/Max Amount Reserve Fee Allow send Status Actions
{{ $gateway->name }} {{ $gateway->min_amount }} / {{ $gateway->max_amount }} {{ $gateway->reserve }} {{ $gateway->fee }} @if($gateway->allow_send == '1')     @else     @endif
@endsection