PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
app
/
Models
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Setting extends Model { use HasFactory; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'site_logo', 'site_logo_ratina', 'favicon', 'facebook_url', 'instagram_url', 'youtube_url', 'site_title', 'site_url', 'copyright', 'account_activation_email', 'activation_email_subject', 'sender_name', 'app_welcome_heading', 'app_welcome_sub_heading', 'app_welcome_content', 'app_welcome_sub_content', 'app_welcome_button_text', 'app_terms_condition_heading', 'app_terms_condition_content', 'app_terms_condition_privacy_button_text', 'app_terms_condition_terms_button_text', 'app_terms_condition_agree_button_text', 'app_terms_condition_not_agree_button_text', 'app_account_details_heading', 'app_account_details_content', 'app_account_details_after_form_content', 'app_account_details_button_text', 'app_verify_account_heading', 'app_verify_account_content_before_email', 'app_verify_account_content_after_email', 'app_verify_account_button_text', 'app_verify_account_success_heading', 'app_verify_account_success_sub_heading', 'app_verify_account_success_content', 'app_verify_account_success_button_text', 'app_dashboard_welcome_heading', 'app_dashboard_welcome_sub_heading', 'app_dashboard_welcome_content', 'app_dashboard_welcome_button_text', 'app_dashboard_legal_consent_heading', 'app_dashboard_legal_consent_sub_heading', 'app_dashboard_legal_consent_policy_heading', 'app_dashboard_legal_consent_policy_content', 'app_dashboard_legal_consent_policy_agree_text', 'app_dashboard_legal_consent_healthpolicy_heading', 'app_dashboard_legal_consent_healthpolicy_content', 'app_dashboard_legal_consent_healthpolicy_agree_text', 'app_dashboard_legal_consent_datatransfer_heading', 'app_dashboard_legal_consent_datatransfer_content', 'app_dashboard_legal_consent_datatransfer_agree_text', 'app_dashboard_legal_consent_button_text', 'app_dashboard_checklist_heading', 'app_dashboard_checklist_sub_heading', 'app_dashboard_checklist_content', 'app_dashboard_checklist_step_1_heading', 'app_dashboard_checklist_step_1_content', 'app_dashboard_checklist_step_1_form_agreed_heading', 'app_dashboard_checklist_step_1_form_agreed_sub_heading', 'app_dashboard_checklist_step_1_form_agreed_note_heading', 'app_dashboard_checklist_step_1_form_agreed_content', 'app_dashboard_checklist_step_1_form_doc_upload_instruction', 'app_dashboard_checklist_step_1_form_button_text', 'app_dashboard_checklist_step_2_heading', 'app_dashboard_checklist_step_2_content', 'app_dashboard_checklist_step_2_form_agreed_heading', 'app_dashboard_checklist_step_2_form_agreed_sub_heading', 'app_dashboard_checklist_step_2_form_agreed_note_heading', 'app_dashboard_checklist_step_2_form_agreed_content', 'app_dashboard_checklist_step_2_form_doc_upload_instruction', 'app_dashboard_checklist_step_2_form_button_text', 'app_dashboard_checklist_step_3_heading', 'app_dashboard_checklist_step_3_content', 'app_dashboard_sidebar_menu_profile', 'app_dashboard_sidebar_menu_document', 'app_dashboard_sidebar_menu_contact', 'app_dashboard_sidebar_menu_settings', 'app_dashboard_settings_section_profile_heading', 'app_dashboard_settings_section_support_heading', 'app_dashboard_settings_section_support_button_1_text', 'app_dashboard_settings_section_support_button_2_text', 'app_dashboard_settings_section_support_button_3_text', 'app_dashboard_settings_section_account_heading', 'app_dashboard_settings_section_account_button_text', ]; }
[-] DynamicPage.php
[edit]
[-] TravelInformation.php
[edit]
[-] ImmunizationApplication.php
[edit]
[+]
..
[-] Country.php
[edit]
[-] TestReview.php
[edit]
[-] BannerImage.php
[edit]
[-] StaticPage.php
[edit]
[-] ChecklistContent.php
[edit]
[-] VaccinationReview.php
[edit]
[-] Setting.php
[edit]
[-] Contact.php
[edit]
[-] TravelAuthorization.php
[edit]
[-] Gallery.php
[edit]
[-] VaccinationReviewContent.php
[edit]
[-] Admin.php
[edit]
[-] User.php
[edit]