@extends('layouts.app') @section('content')
@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