Server IP : 66.29.132.124 / Your IP : 3.144.3.235 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/modules/Boat/Views/admin/terms/ |
Upload File : |
@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> @endif