'date:Y-m-d', ]; public $timestamps = false; public function employee() { return $this->belongsTo(Employee::class, 'employee_id'); } }