@extends('payment-link.layouts.app') @section('title', 'OTP Doğrulama - {{ config('app.name') }}') @section('description', '{{ config('app.name') }} OTP doğrulama sayfası') @section('content')

SMS Doğrulama

{{ $customer->phone_number }} numaralı telefona gönderilen kodu giriniz

@csrf
@if(isset($message))

{{ $message }}

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

{{ $error }}

@endforeach
@endif
@if($cToBTransactionLink->phone_attempt_limit>0)
@csrf
@endif
@csrf
@endsection @push('scripts') @endpush