'decimal:2', ]; public function attendanceRecord() { return $this->belongsTo(AttendanceRecord::class, 'attendance_record_id'); } }