Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../voku/./../alexandr-mironov/../yajra/./../twilio/../masterminds/../plivo/../brick/../vlucas/../maatwebsite/../tijsverkoyen/../laminas/../paypal/../fruitcake/../iyzico/../../vendor/phpoffice/../../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

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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class StudentInformation extends Model
{
    use HasFactory;
}