@extends('layouts.student') @section('content')
@lang('student.wallet-page.recharge your balance') @include('admin.errors.form-errors')
@if ($has_salfny) @if ($paymentGateway == 2 && $has_salfny->total > 0) @elseif ($paymentGateway == 1 && $has_salfny->total_aed > 0) @endif @endif @if (!$stop_recharging || auth()->id() == 199) @if (strlen(auth()->user()->phone) <= 15 )
@endif @if (strlen(auth()->user()->phone) > 15 )

Phone number in Invalid

Please update your phone number in order to be able to recharge your balance.
@endif
@if ($paymentGateway == 1)
@if (isset($bonus) && $bonus->bonus != 0)
Bonus {{ round($bonus->bonus,0)}} %
@endif
@lang('student.AED') ae

{{--
  • {{ isset($bonus) ? $bonus->bonus .' %' : '0' }} Bonus
--}}
@csrf @if ($has_salfny) @if ($has_salfny->total_aed > 0) @endif @endif
@elseif ($paymentGateway == 2) @if ($opay_gateway) {{-- Opay --}}
@lang('student.EGP') egp

{{--
  • 0 Bonus
--}}
@csrf @if ($has_salfny) @if ($has_salfny->total > 0) @endif @endif
@foreach ($opay_gateway_details as $key=>$item)
@endforeach
@elseif ($paymob_eg_gateway) {{-- paymob eg --}}
@lang('student.EGP')

{{--
  • 0 Bonus
--}}
@csrf @if ($has_salfny) @if ($has_salfny->total > 0) @endif @endif
@foreach ($paymob_eg_gateway_details as $key=>$item)
@endforeach
@endif @endif
@else

Attention

Please note that the payment system is not available from 11 PM to 1 AM CLT. Sorry for any inconvenience, if you need any assistance please contact us through WhatsApp +201110001677
@endif
{{--

@lang('student.wallet-page.note')

@lang('student.wallet-page.note-message')

@lang('student.wallet-page.note-message-second line')

Eshra7ly
--}}
{{-- Edit Phone --}} @endsection @section('student-js') {{-- prevent inspect --}} @if (env('APP_DEBUG') == false) @endif @endsection