@extends('agent.layouts.main') @section('panel')
{{ __($setTitle) }}
@foreach($withdrawMethods as $key => $withdrawMethod)
{{ __($withdrawMethod->name) }}
@endforeach
@endsection @push('script-push') @endpush