'Check', 'online' => 'Online', 'cash' => 'Cash' ]; public function employee(){ return $this->belongsTo(Employee::class,'employee_id'); } }