@extends('auth.auth_layout') @section('content') @include('auth.page_title', ['pageTitleMessage' => 'Verify OTP'])
{{--
{{ __('Verify OTP') }}
--}}
@csrf
@error('otp')
{{ $message }}
@enderror

{{-- --}}
@csrf
@include('whatsapp', [ 'message_show' => 'false', 'message' => 'I am chatting you up from the OTP verification page of braintem.org' ])
@endsection