aku nok ndi : /home/spdtg/www/schoolmis/app/ |
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']; }