@extends('layout.front.front_copying') @include('includes.head') @stack('head') @include('includes.page-js') @section('content')

Verify your OTP

@csrf @if (session('success')) @endif @if (session('error')) @endif
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@endsection