@extends('admin.layouts.master')
@section('content')
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 |
|