One Hat Cyber Team
Your IP :
216.73.216.187
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
public_html
/
app
/
Models
/
User
/
Edit File Name :
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', 'about_snd_button_text', 'about_snd_button_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', 'feature_item_title', 'new_item_title', 'newsletter_title', 'newsletter_subtitle', 'bestseller_item_title', 'special_item_title', 'flashsale_item_title', 'featured_course_section_title', 'newsletter_image', 'newsletter_snd_image', 'featured_section_subtitle', 'featured_section_title', 'category_section_title', 'category_section_subtitle', 'causes_section_title', 'causes_section_subtitle', 'job_education_title', 'job_education_subtitle', 'donor_title' ]; public function language() { return $this->belongsTo('App\Models\User\Language', 'language_id'); } }
Save