@extends('frontend.layouts.app') @section('title', __('lang.office_otp_title')) @section('content')

{{ __('lang.office_otp_title') }}

{{ __('lang.office_otp_description') }}

{{ $identifier }}

@if (session('status')) {{ session('status') }} @endif
@csrf
@for ($i = 0; $i < 6; $i++) @endfor
@error('code')

{{ $message }}

@enderror
0:60 {{ __('lang.office_resend_otp') }}
@csrf
@push('styles') @endpush @push('scripts') @endpush @endsection