@extends('backend.layout.master')
@section('title', __('Withdraw Gateway Settings'))
@section('style')
| {{ __('SL NO') }} | {{ __('Gateway Name') }} | {{ __('Gateway Filed') }} | {{ __('Gateway Status') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ ucfirst($gateway->name) }} | {{ implode(' , ', unserialize($gateway->field)) }} |
|
|