⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.112
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
.trash
/
core
/
app
/
Models
/
User
/
Edit File: HomePageText.php
<?php namespace App\Models\User; use Illuminate\Database\Eloquent\Model; class HomePageText extends Model { public $table = 'user_home_page_texts'; protected $fillable = [ 'language_id', 'user_id', 'about_image', 'about_keyword', 'about_title', 'about_video_image', 'about_video_url', 'technical_image', 'technical_keyword', 'technical_title', 'technical_content', 'service_keyword', 'service_title', 'experience_keyword', 'experience_title', 'achievement_image', 'achievement_keyword', 'achievement_title', 'portfolio_keyword', 'portfolio_title', 'view_all_portfolio_text', 'testimonial_keyword', 'testimonial_title', 'testimonial_image', 'team_section_title', 'team_section_subtitle', 'blog_keyword', 'blog_title', 'view_all_blog_text', 'contact_title', 'contact_title', 'contact_subtitle', 'contact_button_text', 'video_section_image', 'video_section_title', 'video_section_subtitle', 'video_section_text', 'video_section_button_text', 'video_section_button_url', 'video_section_url', 'why_choose_us_section_image', 'why_choose_us_section_title', 'why_choose_us_section_subtitle', 'why_choose_us_section_text', 'why_choose_us_section_button_text', 'why_choose_us_section_button_url', 'why_choose_us_section_video_image', 'why_choose_us_section_video_url', 'work_process_section_title', 'work_process_section_subtitle', 'work_process_section_text', 'work_process_section_img', 'work_process_section_video_img', 'work_process_section_video_url', 'quote_section_title', 'quote_section_subtitle', 'counter_section_image', 'work_process_btn_txt', 'work_process_btn_url', 'contact_section_title', 'contact_section_subtitle', ]; public function language() { return $this->belongsTo('App\Models\User\Language', 'language_id'); } }
Simpan