@extends('layouts.nursery-portal') @section('title', 'تسجيل الدخول') @section('content') @php $otpStep = session('otp_sent') ? 'verify' : 'phone'; @endphp

مرحباً بك

سجّل دخولك برقم الجوال المسجّل لدى الحضانة.

@if($otpLogOnly)

بيئة التطوير: رمز OTP ثابت {{ config('nursery.portal.dev_otp_code', '123456') }} — يُسجَّل أيضاً في الـ log.

@endif @if($otpStep === 'phone')
@csrf
@error('phone')

{{ $message }}

@enderror
@else
@csrf
@error('otp')

{{ $message }}

@enderror
تغيير الرقم
@endif
@endsection