@extends('layouts.guest.app') @section('content')

{{ __('static.verify_your_mobile') }}

@php $route = $type == App\Helpers\ConstantHelper::LOGIN ? route('auth.otp.getlogin') : route('auth.otp.verify'); @endphp
{{-- --}}
@endsection @section('scripts') @endsection