PATH:
home
/
lab2454c
/
westernclear.net
/
app
/
Models
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class GoldstarSection extends Model { use HasFactory; protected $fillable = [ 'left_image', 'content', ]; }
[-] Leadership.php
[edit]
[-] InvestmentSection.php
[edit]
[+]
..
[-] Advisor.php
[edit]
[-] LinkSection.php
[edit]
[-] FormCategory.php
[edit]
[-] EducationCategory.php
[edit]
[-] UnmatchSection.php
[edit]
[-] HomeBanner.php
[edit]
[-] EducationQuestion.php
[edit]
[-] Insight.php
[edit]
[-] Form.php
[edit]
[-] FormText.php
[edit]
[-] Subscription.php
[edit]
[-] UnmatchTextSection.php
[edit]
[-] Faq.php
[edit]
[-] OtherInvestmentSection.php
[edit]
[-] AboutContent.php
[edit]
[-] EducationText.php
[edit]
[-] InsightText.php
[edit]
[-] FaqCategory.php
[edit]
[-] Page.php
[edit]
[-] Gallery.php
[edit]
[-] ContactDetail.php
[edit]
[-] GoldstarSection.php
[edit]
[-] User.php
[edit]
[-] SiteSetting.php
[edit]
[-] AdminUser.php
[edit]
[-] InvestmentTextSection.php
[edit]
[-] SocialLink.php
[edit]
[-] InvitationCode.php
[edit]
[-] text.php
[edit]