@extends('layouts.front') @section('content') @lang('OTP') @lang('Home') @lang('OTP') @lang('Otp verification') @includeIf('partials.user.form-both') @csrf @lang('Submit') @lang('Login Now?') @endsection @section('scripts') @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endsection