IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/app/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/app/CardView.php

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use Carbon\Carbon;

class CardView extends Model {

    protected $primaryKey = 'id';
    protected $table = 'virtual_card_view';
    protected $fillable = ['idStudent','className','idSchool','idFinancialYear','sectionName'
    ,'studentName','contactNo','parentName','student_dob','address','contact_alternative','isVerified','isChecked','idEmployee','verificationDate','parentDate','photo'];
    
}

Copyright © 2021 - 2025 IMMREX7