@extends('payment-link.layouts.app') @section('title', 'Ödeme Tutarı - {{ config('app.name') }}') @section('description', '{{ config('app.name') }} ödeme tutarı onay sayfası') @section('content')

Ödeme Onayı

Cüzdan Bakiyesi: {{ number_format($walletBalance, 2, ',', '.') }} {{$currency->short_name_two}}

@if(!$isWalletBalanceEnought)

Cüzdan bakiyeniz yeterli değil. Lütfen Tutarı güncelleyiniz

@endif
@csrf
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@endsection @push('scripts') @endpush