@extends('layouts.auth') @section('content')
{{-- timer --}} {{-- expiration alert --}}
@lang('auth.whatsapp verification')
@csrf

@lang('auth.sent code') {{ auth()->user()->phone }}

@error('code') {{ $message }} @enderror
@endsection @section('auth-js') @endsection