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

{{ __('Deposit Funds') }}

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

{{ __('Secure and safely deposit money into your account.') }}

    @foreach($activeMethods as $item)
  • @endforeach
@endif
@endsection