@extends('layouts.front') @section('css') @endsection @section('content')

@lang('login With Otp')

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