@include('new_layouts.header') {{-- @extends('layouts.admin') --}}
@include('construction_project.side-menu')
@csrf
{{ Form::label('security_code_label', __('Enter Your Security Code'),['class' => 'form-label']) }} {{ Form::number('security_code', null, ['class' => 'form-control security_code', 'maxlength' => '8']) }}

@include('new_layouts.footer')