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

@lang('OTP')

@include('includes.admin.form-login') {{ csrf_field() }}
@endsection @push('js') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endpush