@extends('gorevsitesi.layouts.app') @section('title', s__('Load Balance') . ' - GorevSitesi') @section('description', s__('Load balance to your account securely')) @section('content')

{{ s__('Load Balance') }}

{{ s__('Load balance to your account securely and continue shopping') }}

{{ s__('Balance Loading') }}
@csrf
{{ s__('Current Balance') }}: {{ number_format(Auth::user()->balance ?? 0, 2) }} ₺
@error('amount')
{{ $message }}
@enderror
{{ s__('You can load minimum 10 ₺, maximum 10,000 ₺') }}
@error('payment_method')
{{ $message }}
@enderror
{{ s__('Step 1') }}: {{ s__('Click "Show Bank Info" button to see account details') }}
{{ s__('Step 2') }}: {{ s__('Copy IBAN and description, make your transfer') }}
{{ s__('Step 3') }}: {{ s__('Upload your receipt below') }}
{{ s__('Summary') }}
{{ s__('Current Balance') }}: {{ number_format(Auth::user()->balance ?? 0, 2) }} ₺
{{ s__('Amount to Load') }}: 0,00 ₺

{{ s__('New Balance') }}: {{ number_format(Auth::user()->balance ?? 0, 2) }} ₺
Bakiye yükleme işlemi anında gerçekleşir ve hesabınıza yansır.
{{ s__('100% Secure Payment') }}

{{ s__('All your payments are protected with 256-bit SSL certificate') }}

{{ s__('SSL Security') }}
PCI DSS
@endsection @push('styles') @endpush @push('scripts') @endpush