@extends('backend.layouts.main') @section('title') {{ __('Withdrawal methods') }} @endsection @section('content')
@if($withdrawal_methods->isEmpty())| {{ __('ID') }} | {{ __('Code') }} | {{ __('Name') }} | {{ __('Gateway') }} | {{ __('Status') }} | |
|---|---|---|---|---|---|
| {{ $withdrawal_method->id }} | {{ $withdrawal_method->code }} | {{ $withdrawal_method->name }} | {{ $withdrawal_method->gateway->name ?? '' }} | {{ $withdrawal_method->status_title }} |