@extends('user.layouts.master') @section('title', __('Withdraw Funds')) @section('content')
@if (!empty($errors) && is_array($errors)) @include('user.transaction.error-state', $errors) @else

{{ __('Withdraw Funds') }}

{{ __('Select from withdraw options below') }}

{{ __('Withdraw funds from your account directly.') }}

    @foreach($activeMethods as $item)
  • @endforeach
{{--
{!! __('Check out our withdraw :page.', ['page' => ''.__('processing fees').'']) !!}
--}}
@endif
@endsection @push('modal') @endpush