@extends('layouts.front', ['title' => __('OTP')]) @section('content') @include('users.partials.header', ['title' => ""])
@if (session('status')) @endif
{{ __('Verify your profile') }}

{{ __('Thanks for registering with our platform. We will sent you message on your phone number. Provide the code below.') }}

@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif



@endsection