⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
resources
/
views
/
lang
/
View File Name :
import.blade.php
{{ Form::open(['route' => 'import.lang.json', 'method' => 'POST','enctype' => 'multipart/form-data']) }} <div class="modal-body"> <div class="row"> <div class="col-md-12"> <div class="form-group"> {{ Form::label('file', __('Upload Zip File'), ['class' => 'form-label']) }} {{ Form::file('file', ['class' => 'form-control', 'required' => true]) }} <div class=" text-xs mt-1"> <span class="text-danger text-xs">{{ __('Import Zip file which you have downloaded from old version') }}</span><br> </div> </div> </div> </div> </div> <div class="modal-footer"> <input type="button" value="{{ __('Cancel') }}" class="btn btn-light" data-bs-dismiss="modal"> <input type="submit" value="{{ __('Import') }}" class="btn btn-primary"> </div> {{ Form::close() }}