Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../brick/../unicodeveloper/../firebase/../ezyang/../maatwebsite/../nikic/../psr/../sabberworm/../ramsey/../nunomaduro/../voku/../.././app/Models
الملفات الموجودة في هذا الـ Path:
.
..
AuthorizationToken.php
BillingRequest.php
Blog.php
BlogCategory.php
Category.php
Contact.php
Customer.php
DbBackup.php
EmailTemplate.php
FAQ.php
HomeSlider.php
Review.php
Service.php
Settings.php
StudentInformation.php
Subscribe.php
Team.php
University.php
UniversityCategory.php
User.php
VerifyCustomer.php

مشاهدة ملف: Settings.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Settings extends Model
{
    protected $fillable=['name','value'];
}