⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
work
/
modules
/
Event
/
Views
/
admin
/
terms
/
View File Name :
form.blade.php
@if(!empty($attr)) <input type="hidden" name="attr_id" value="{{$attr->id}}"> @endif <div class="form-group"> <label>{{__("Name")}}</label> <input type="text" value="{{$translation->name}}" placeholder="{{__("Term name")}}" name="name" class="form-control"> </div> @if(is_default_lang()) <div class="form-group d-none"> <label>{{__('Class Icon')}} - {!! __("get icon in <a href=':link_1' target='_blank'>fontawesome.com</a> or <a href=':link_2' target='_blank'>icofont.com</a>",['link_1'=>'https://fontawesome.com/v4.7.0/icons/','link_2'=>'https://icofont.com/icons']) !!}</label> <input type="text" value="{{$row->icon}}" placeholder="{{__("Ex: fa fa-facebook")}}" name="icon" class="form-control"> </div> <div class="form-group"> <label >{{__('Upload image size 30px')}}</label> {!! \Modules\Media\Helpers\FileHelper::fieldUpload('image_id',$row->image_id) !!} <i> {{ __("All the Term's image are same size") }} </i> </div> @php do_action(\Modules\Event\Hook::FORM_AFTER_TERM_EDIT_UPLOAD_IMAGE,$row) @endphp @endif