@extends('layouts.app2') @section('title', 'ROOT ERP | إدخال رمز التحقق') @section('content')

@lang('lang_v1.enter_verification_code')

@csrf
@for ($i = 0; $i < 4; $i++)
@endfor
@lang('lang_v1.invalid_code_format')
@endsection @section('scripts') @endsection