@extends('layout.front.front_copying') @include('includes.head') @stack('head') @include('includes.page-js') @section('content') Verify your OTP @csrf @if (session('success')) {{session('success')}} @endif @if (session('error')) {{session('error')}} @endif OTP @if ($errors->has('otp')) {{ $errors->first('otp') }} @endif Send @endsection