@extends('layouts.back-end.app') @section('title', \App\CPU\translate('withdraw_method_list')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('withdraw_method_list')}}

+ {{\App\CPU\translate('Add_method')}}
{{ \App\CPU\translate('methods')}} {{ $withdrawal_methods->total() }}
@foreach($withdrawal_methods as $key=>$withdrawal_method) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('method_name')}} {{ \App\CPU\translate('method_fields') }} {{\App\CPU\translate('active_status')}} {{\App\CPU\translate('default_method')}} {{\App\CPU\translate('action')}}
{{$withdrawal_methods->firstitem()+$key}} {{$withdrawal_method['method_name']}} @foreach($withdrawal_method['method_fields'] as $key=>$method_field) {{\App\CPU\translate('Name')}}: {{\App\CPU\translate($method_field['input_name'])}} | {{\App\CPU\translate('Type')}}: {{ $method_field['input_type'] }} | {{\App\CPU\translate('Placeholder')}}: {{ $method_field['placeholder'] }} | {{\App\CPU\translate('Is Required')}}: {{ $method_field['is_required'] ? \App\CPU\translate('yes') : \App\CPU\translate('no') }}
@endforeach
@if(!$withdrawal_method->is_default)
@csrf @method('delete')
@endif
@if(count($withdrawal_methods)==0)
Image Description

{{\App\CPU\translate('No_data_to_show')}}

@endif
{{$withdrawal_methods->links()}}
@endsection @push('script_2') @endpush