@extends('layouts.front') @section('content') @lang('OTP') @lang('Home') @lang('Two Factor Authentication') @include('includes.admin.form-login') {{ csrf_field() }} @lang('Submit') @endsection @push('js') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endpush