$employees = Employees::findOrFail($id); //Since you are fetching one record from Employee model.So it return single object.