@extends('super_admin.layouts.auth') @php use App\Models\Utility; $logo = \App\Models\Utility::get_file('uploads/logo'); $company_logo = Utility::getValByName('company_logo'); $settings = Utility::settings(); @endphp @section('page-title') {{__('Verify OTP')}} @endsection @section('content')

{{__('Verify OTP')}}

{{__('Code sent to')}} {{ session('employee_login_phone') }}

@csrf {{-- Pass the phone number hidden so the controller knows which user to verify --}}
@error('otp') @enderror
@endsection